.footer{
    width: 100%;
    height: 410px;
    background: url(../images/bg_footer.png) no-repeat center center;
    overflow: hidden;
}
.footer .footer-div{
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}
.footer .one{
    width: 100%;
}
.cl:after {
    content: "";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.footer .one .lnk1 {
    width: calc((100% - 120px) / 3);
    margin-left: 60px;
    float: left;
}
.footer .one .lnk1:first-child {
    margin-left: 0;
}

.footer .one .lnk1 #yqlj {
    width: 100%;
    height: 30px;
    background-color: transparent;
    outline: none;
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    font-family: Microsoft YaHei;
    /* border: 1px solid #3f434c; */
    
    border: 1px solid rgba(255,255,255,0.3);
}
.footer .one .lnk1 #yqlj option {
    padding: 5px 0;
    font-family: Microsoft YaHei;
    /* background-color: #2f333d; */
    background-color: #323337;
}
/* 第二行 */
.footer .two{
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}
.footer .two .meiyilie ul li a{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    opacity: 0.5;
    display: block;
}
.footer .two .meiyilie ul li:first-child a{      
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FEFEFE;
    line-height: 14px;
    margin-bottom: 15px;
    opacity: 1;
}
.footer .two .meiyilie {
    padding-right: 74px;
    border-right: 1px solid rgba(255,255,255,0.1);
    float: left;
    height: 200px;
    margin-left: 70px;
}
.footer .two .meiyilie:nth-child(1){
    margin-left: 0;
}
.footer .two .meiyilie ul li a:hover{
    opacity: 1;
}
.footer .two .meiyilie:nth-child(3){
    border-right: none;
    padding-right: 8px;
}
.footer .two .meiyilie:nth-child(4) ul li:first-child a{
    opacity: 0;
}
.footer .two .meiyilie:nth-child(5){
    border: none;
}
.footer .two .meiyilie:nth-child(6){
    float: right;
    margin-left: 0;
    padding-right: 0;
    border: none;
}
.footer .two .meiyilie:nth-child(6) p:nth-child(1){
    margin-top: 12px;
}
.footer .two .meiyilie:nth-child(6) p:nth-child(2){
    margin-top: 10px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
}
.footer .three{
    margin-top: 40px;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
}
.footer .three>div{
    float: left;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    /* opacity: 0.5; */
    line-height: 12px;
    margin-top: 18px;
}
.footer .three div a{
    color: rgba(255, 255, 255, 0.5);
}
.footer .three>div a:hover{color: rgba(255, 255, 255, 1);}
.footer .three>div:nth-child(2){
    float: right;
}
.footer .two .meiyilie ul li.jjjb{
    margin-top: 12px;
    opacity: 1;
}.footer .two .meiyilie ul li.jjjb a{opacity: 1;}
/* 响应式 */
@media screen and (max-width: 1280px){
    .footer .footer-div {
        width: 96%;
        margin: 0 auto;
        margin-top: 50px;
    }
    .footer .two .meiyilie {
        padding-right: 50px;
        border-right: 1px solid rgba(255,255,255,0.1);
        float: left;
        height: 200px;
        margin-left: 70px;
    }
    .footer .two .meiyilie:nth-child(1) {
        margin-left: 0;
    }
    .footer {
        width: 100%;
        height: auto;
        background: url(../images/bg_footer.png) no-repeat center center;
        background-size: cover;
        overflow: hidden;
    }
    .footer .footer-div {
        width: 96%;
        margin: 0 auto;
        margin-top: 15px;
    }
    
}
@media screen and (max-width: 768px){
    .footer .one .lnk1 {
        width: 100%;
        margin-left: 60px;
        float: left;
        margin-left: 0;
        margin-top: 15px;
    }
    .footer .two {
        width: 100%;
        overflow: hidden;
        margin-top:25px;
    }
    .footer .two .meiyilie{display:none;margin-left:0;padding-right:0;height:auto;}
    .footer .two .meiyilie:nth-child(5){display:block;}
    .footer .two .meiyilie ul li a{font-size:12px;line-height:25px;}
    .footer .three {
        margin-top: 25px;
        width: 100%;
        border-top: 1px solid rgba(255,255,255,0.1);
        overflow: hidden;
        margin-bottom: 30px;
    }
    .footer .three>div {
        float: left;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.5);
        /* opacity: 0.5; */
        line-height: 12px;
        margin-top: 10px;
        width: 100%;
    }
    .footer .three>div:nth-child(1) a{
        display: block;
        margin-top: 10px;
    }
}